func time.now

3 uses

	time (current package)
		time.go#L1094: func now() (sec int64, nsec int32, mono int64)
		time.go#L1111: 	sec, nsec, mono := now()
		zoneinfo_read.go#L321: 	sec, _, _ := now()